Adwaita: Avoid expander<>combobox interference
authorMatthias Clasen <mclasen@redhat.com>
Thu, 28 Dec 2017 13:39:29 +0000 (08:39 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 28 Dec 2017 13:40:39 +0000 (08:40 -0500)
Putting a combobox in an expander was causing the combo arrow
to go sideways. Increase the specificity with which we address
the expander arrow to avoid that.

gtk/theme/Adwaita/_common.scss

index dd3fcec026311ba4a680ec97b4988f689684b409..2689fbd2c7e69c86fd8e513923749f5df0cb263f 100644 (file)
@@ -3627,7 +3627,7 @@ row {
  * Expanders *
  *************/
 expander {
-  arrow {
+  title > arrow {
     min-width: 16px;
     min-height: 16px;
     -gtk-icon-source: -gtk-icontheme('pan-end-symbolic');